public class CollectionHelper
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static List<net.minecraft.network.chat.Component>
static List<net.minecraft.world.item.ItemStack>
create(net.minecraft.world.item.ItemStack... itemStacks)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CollectionHelper
public CollectionHelper()
-
Method Details
-
create
public static List<net.minecraft.world.item.ItemStack> create(net.minecraft.world.item.ItemStack... itemStacks)
-
-
create
public static List<net.minecraft.network.chat.Component> create(Function<String,net.minecraft.network.chat.Component> function,
Stream<String> strings)